####################################################################
#
# HoI - CORE FRANCE
#
# LIMIT:  432000 - 461999
#
# 432000 to 432001 - USED
# 432000 - Polish Refugees from Romania (by Generalisimo)
# 432001 - Polish Refugees from Hungary (by Generalisimo)
# 432002 - Send military advisors and tech support to SPR (by nachinus)
# 432003 - Spanish Civil War Refugees (by nachinus)
# 432004 - Enigma handed over to the Allies (by Halibutt)
# 432005 - Vichy And The War (by OHgamer)
# 432006 - none
# 432007 - none
# 432008 - France renegs on 1936 Treaty with Lebanon & Syria (by OHgamer)
# 432009 - Reaction to german re-occupation of the Rhineland (by Babe)
# 432010 - Extension of Maginot line (by Babe)
# 432011 - Reaction to German refus to leave the Rhineland (by Babe)
# 432012 - (VIC) Vichy Gains Control over Lebanon & Syria (by OHgamer)
# 432013 - Franco-Syrian Defense Treaty Activation : Italian Agression (by Generalisimo)
# 432014 - Franco-Lebanese Defense Treaty Activation : Turkish Agression (by Generalisimo)
# 432015 - Lebanon demands greater Self-Government, I : French Reaction (by OHgamer)
# 432016 - Syria demands greater Self-Government, I : French Reaction (by OHgamer)
# 432017 - Lebanon demands greater Self-Government, II : French Reaction (by OHgamer)
# 432018 - Syria demands greater Self-Government, II : French Reaction (by OHgamer)
# 432019 - Franco-Syrian Defense Treaty Activation : Turkish Agression (by OHgamer)
# 432020 - (VIC) Britain Decides To Intervene in Vichy Lebanon & Syria : Vichy Response (by OHgamer)
# 432021 - none
# 432022 - Free France Regains Control Over Lebanon & Syria (by OHgamer)
# 432023 - none
# 432024 - (VIC) British forces enter Lebanon & Syria : Vichy Response (by OHgamer)
# 432025 - none
# 432026 - Lebanon returned to Free French Control : Free France Takes Over (by OHgamer)
# 432027 - Syria returned to Free French Control : Result In Syria (by OHgamer)
# 432028 - Franco-Lebanese Defense Treaty Activation : Italian Agression (by OHgamer)
# 432029 - Military credit from France to Poland (by Copper Nicus)
# 432030 - (VIC) Demand of ex-german colonies (by SykoNurse)
# 432031 - (VIC) Return of former colonies (by SykoNurse)
# 432032 - (VIC) Food ration reduction (by 2Coats)
# 432033 - (VIC) New Food rations (by 2Coats)
# 432034 - (VIC) Petain dismisses Vice-Premier Laval (by 2Coats)
# 432035 - (VIC) War Guilt trial. Ex-French ministers imprisoned (by 2Coats)
# 432036 - (VIC) Wine ration reduced (by 2Coats)
# 432037 - (VIC) POWs released and repatriated (by 2Coats)
# 432038 - (VIC) Relations with Soviet Union are broken off (by 2Coats)
# 432039 - (VIC) Tobacco ration reduced in Paris (by 2Coats)
# 432040 - (FRA) Ex-French Ministers are indicted (by 2Coats)
#
####################################################################

#########################################################################
#  432000 - Polish Refugees ROM (by Generalisimo)
#########################################################################
event = {
	id = 432000
	random = no
	country = FRA

	# triggered by ROM 702018 A

	name = "The Polish army in exile"
	desc = "After losing the war with Germany, Polish territory was divided between Germany and USSR as set out in the Molotov-Ribbentrop Pact. Meanwhile, the Polish goverment in exile declared they were creating an army to fight on the Western Front alongside France and Great Britain. Survivors from the Polish army, who had crossed Romanian and Hungarian borders, tried to reach France and Britain to join newly formed units."
	style = 0

	action_a = {
		name = "Arm the Poles and let them fight" # YES
		command = { type = manpowerpool value = 25 }
		command = { type = add_division which = motorized when = 527  }
		command = { type = add_division which = infantry when = 527  }
		command = { type = add_division which = fighter when = 527 }
		}

}

######################################################################### 
#  432001 - Polish Refugees HUN (by Generalisimo)  
#########################################################################
event = {
	id = 432001
	random = no
	country = FRA

	# triggered by HUN 702021 A

	name = "The Polish Army in exile"
	desc = "After losing the war with Germany, Polish territory was divided between Germany and USSR as set out in the Molotov-Ribbentrop Pact. Meanwhile, the Polish goverment in exile declared they were creating an army to fight on the Western Front alongside France and Great Britain. Survivors from the Polish army, who had crossed Romanian and Hungarian borders, tried to reach France and Britain to join newly formed units."
	style = 0

	action_a = {
		name = "Arm the Poles and let them fight" # YES
	        command = { type = manpowerpool value = 20 }
		command = { type = add_division which = infantry value = 0 }
		command = { type = add_division which = infantry value = artillery } #should be antitank - let's make it armor then 
		command = { type = add_division which = infantry value = artillery }
		command = { type = add_division which = motorized value = artillery } #instead of inf+armor
		}

}

###########################################################
# FRA-Send military advisors and tech support to SPR
# by nachinus
###########################################################


event = {
	id = 432002 
	trigger = {
		atwar = no
		war = { country = SPA country = SPR }
		event = 3104 #SPR receives FRA supplies
		NOT = {
			alliance = { country = SOV country = SPR }
			alliance = { country = FRA country = SPA }
			alliance = { country = ENG country = SPR }
		}
	}
	random = no
	country = FRA
	name = "France sends military advisors and technological support to Republican Spain"
	desc = "The Spanish Civil War became a war against fascism. Although France did not quite agree with Republican ideology, it was at least a democratic nation fighting against tirany. A safe way for France to get more involved was to send military advisors and the technological means to produce weapons to Republican Spain."
	style = 0

	date = { day = 23 month = december year = 1936 }
	offset = 30 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = october year = 1939 }


	action_a = {
		name = "Do not send aid; Republican Spain does not need more help"
		command = { type = alignment which = fascist value = 1 }
		command = { type = influence value = -1 }
	}
	action_b = {
		name = "Send advisors and our infantry weapons' designs."
		command = { type = supplies value = -200 }
		command = { type = trigger which = 802008 } #SPR gets english advisors and tech support
	}
}

###########################################################
# FRA- Arrival Of Republican Refugees
# by nachinus
###########################################################

event = {
	id = 432003
	trigger = {
		OR = {
			control = { province = 951 data = FRA } #Tarbes
			control = { province = 945 data = FRA } #Montpellier
			control = { province = 950 data = FRA } #Bayona
			}
		NOT = {
			alliance = { country = FRA country = GER }
			alliance = { country = FRA country = SPA }
			alliance = { country = FRA country = ITA }
			exists = VIC
			exists = SPR
			}
	}
	random = no
	country = FRA
	name = "Republican refugees arrive at the French border"
	desc = "The victory of Franco and Nationalist Spain showed the world the horrors of Civil War without reconciliation. About 500,000 Republican Spaniards fled to different countries to escape reprisal. These reprisals were extremely cruel during the war: the Fascists had already executed over 90,000 people. Most of the exiled arrived at the border with France and were sent to immense camps for refugees. Extreme-right wing party members Maurras and Daudet criticized the decision to give shelter, and caused trouble with the negotiations. Fortunately, there were also people who sympathised with the refugees: pressure from public opinion and left-wing intellectuals made the French government decide to give shelter and food to civilian refugees, while militians could continue in the camps until they found a job or enlisted with either the the Legin trangre or Compagnies de Travailleurs trangers."
	style = 0

	date = { day = 18 month = july year = 1936 }
	offset = 7 # Check for trigger conditions every 7 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Offer shelter for civilians. Militians must go to the Lgion or C.T.E."
		command = { type = supplies value = -100 }
		command = { type = manpowerpool value = 20 }
		command = { type = dissent value = 1 }
	}
	action_b = {
		name = "We welcome all of the refugees as immigrants"
		command = { type = alignment which = communist value = 2 }
		command = { type = dissent value = 5 }
		command = { type = manpowerpool value = 30 }
		command = { type = supplies value = -300 }
	}
	action_c = {
		name = "Do not let them in; we do not want them"
		command = { type = alignment which = fascist value = 5 }
		command = { type = dissent value = 3 }
		command = { type = influence value = -1 }
		}
}

#########################################################################
# 432004 - Enigma handed over to the Allies (by Halibutt)
#########################################################################
event = {
	id = 432004 
	random = no
	country = FRA

	trigger = {
		alliance = { country = POL  country = FRA }
		}

	name = "A German Enigma machine reaches Allied hands"
	desc = "During the 1930s, Polish military intelligence accomplished many feats in operations against the German Abwehr. Perhaps the most important was the creation of a copy of the Enigma encryption device by a small group of Polish math scientists: M. Rejewski, J. Rozycki and H. Zygalski. Their works provided valuable experience for the futher development of decryption devices during World War II. In August, 1939, Polish intelligence invited a group of Allied scientists to Kabaty Palace, a secret decryption research centre, and handed over to them a copy of the German Enigma machine."
	style = 0

	date = { day = 1 month = august year = 1939 }
	offset = 5
	date = { day = 1 month = august year = 1941 }

	action_a = {
		name = "Analyze the Enigma machine; learn what we can" # Marvellous
		command = { type = gain_tech which = 3101 } # Binary Coded Machine Language
		command = { type = gain_tech which = 3104 } # Basic Encryption Devices
		command = { type = gain_tech which = 3200 } # Cavity Magnetron
		command = { type = gain_tech which = 3207 } # Basic Decryption Machines
		}
}


#########################################################################
#  Vichy And The War
#########################################################################
event = { 
	id = 432005 
	random = no
	country = VIC
	
	#triggered by VIC4003
	
	name = "Vichy France declares neutrality"
	desc = "Shortly after the fall of France, the somewhat dubious question of Vichy France staying out of the war with the Allies arose. Of course, it was highly unlikely that Germany, recent victors in France, would allow this to happen."
	style = 0	

	action_a = {
		name = "Vichy will stay neutral regardless of German will" # We are in no condition to fight the British
		command = { type = dissent value = 10 }
		command = { type = trigger which = 432012 }
		#command = { type = trigger which = 432013 }
	}

	action_b = { 
		name = "We will willingly join the Axis cause" # Let's Get Our Share of the New Order!
		command = { type = war which = ENG }
		command = { type = alliance which = GER } 
		command = { type = dissent value = 30 }
	}
}

#########################################################################
#  France renegs on 1936 Treaty with Lebanon & Syria
#########################################################################
event = {  
	id = 432008
	random = no
	country = FRA

	trigger = {
	   exists = LEB
	   exists = SYR
	   NOT = {
		war = { country = GER country = FRA }	
	         }
	}

	name = "French rejection of the 1936 Treaty"
	desc = "Believing France needed to protect its Levantine interests, the French Chamber refused to ratify the 1936 Treaty that granted Lebanon internal independence."
	style = 0

	date = { day = 1 month = january year = 1939 }
	offset = 30
	deathdate = { day = 25 month = august year = 1941 }
		
	action_a = { 
		name = "Rescind the treaty and restore our control over Lebanon" # Restore French Control over Lebanon
		command = { type = make_puppet which = LEB }
		command = { type = trigger which = 902004 }
		command = { type = make_puppet which = SYR }
		command = { type = trigger which = 902003 } #impact on Syria
           }
}

#########################################################################
#  Babe 23/03/2003 : 
# 432009 - Reaction to german re-occupation of the Rhineland (by Babe)
#########################################################################
event = 
{ 
	id = 432009 # 100000
	random = no
	country = FRA
	
	# Triggered by GER 2000 : german re-occupation of the Rhineland
	
	name = "France reacts to the German reoccupation of the Rhineland"
	desc = "In 1936, Germany violated stipulations of the treaty of Versailles set down at the end of the First World War. The Treaty stated that no German military forces were allowed on the western side of the Rhine. When Hitler has troops march ostentatiously into this area, many nations were shocked. Some, such as France, Belgium, and the Netherlands, were forced to decide on a new policy to deal with this aggressive behaviour."
	style = 0
	
	action_a = 
		{
		name = "Publicly state our deploration of German behaviour" # France accepts
		command = { }
		}
	action_b = 
		{
		name = "Extend the Maginot line along the Belgian border"
		command = { type = setflag which = extend_maginot_line }
		command = { type = trigger which = 852003 } # HOL reaction
		command = { type = trigger which = 852006 } # BEL reaction
		}
	action_c = 
		{
		name = "Extend the Maginot line along the Belgian border and partially mobilize"
		command = { type = setflag which = extend_maginot_line }
		command = { type = manpower value = 500 }
		command = { type = trigger which = 852003 } # HOL reaction
		command = { type = trigger which = 852006 } # BEL reaction
		# command = { type = add_division To tune }
		}
	action_d = 
		{
		name = "We require an immediate German retreat or we shall declare war"
		command = { type = trigger which = 172064 } # German reaction
		command = { type = warentry which = USA value = -10 } # USA disengaging 
		command = { type = warentry which = ENG value = -8 } # UK saying "Be carreful"
		command = { type = leave_alliance } # FRA is on their own
		}
}

#########################################################################
#  Babe 23/03/2003 : 
# 432010 - Extension of Maginot line (by Babe)
#########################################################################
event = { 
	id = 432010 # 100001
	random = no
	country = FRA
	
	# Indirectly triggered by GER 103000 : Germany refused to leave the Rhineland
	trigger =
	{
		flag = extend_maginot_line
	}

			
	name = "France extends the Maginot line"
	desc = "Due to German reoccupation of the Rhineland in 1936, France opted to extend the Maginot Line along the Belgian border as a safemeasure."
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30
	deathdate = { day = 1 month = january year = 1940 } # It will be enough
	
	action_a = 
		{
		name = "Finish our extension of the Maginot line"
		command = { type = construct which = land_fort value = 556 } # in Chaumont
		command = { type = construct which = land_fort value = 520 } # in Sedan 
		command = { type = construct which = land_fort value = 518 } # in Lille
		}
	action_b = 
		{
		name = "Cancel the planned extension, we cannot afford it"
		command = { }
		}
}


#########################################################################
#  Babe 23/03/2003 : 
# 432011 - Reaction to German refus to leave the Rhineland (by Babe)
#########################################################################
event = { 
	id = 432011 # 100002
	random = no
	country = FRA
	
	# Triggered by GER 103000 : Germany refused to leave the Rhineland

	
	name = "France reacts to the confirmed German reoccupation of the Rhineland"
	desc = "France demanded an immediate German withdrawal after it reoccupied the Rhineland in 1936. France also threatened war if Germany refused to retreat. The predicatable German refusal left France in the position to back up words with actions, while it had unwittingly estranged itself from its more cautious Allies."
	style = 0
	
	action_a = {
		name = "We formally declare war on Germany" # On y va !
		command = { type = war which = GER }
		command = { type = warentry which = USA value = -20 } # USA totally disengaging 
		command = { type = warentry which = ENG value = -12 } # UK saying "We don't follow"
		}
	action_b = {
		name = "We will suffer the insult this time; France will remain vigilant" # La France se dgonfle
		command = { }
		}
}

#########################################################################
#  Vichy Gains Control over Lebanon & Syria
#########################################################################
event = {  
	id = 432012
	random = no
	country = VIC

	#triggered by 4005

	name = "Vichy France gains control over Lebanon and Syria"
	desc = "After the fall of France to the Germans, and the corresponding emplacement of a more Fascist-aligned government, Vichy France moved quickly to reassert its claims on the French position in the Levant."
	style = 0	
	
	action_a = { 
		name = "We still want them; establish Vichy control in Lebanon and Syria" # Vichy gains French position in Lebanon
		command = { type = make_puppet which = LEB }
		command = { type = make_puppet which = SYR }
		command = { type = trigger which = 902005 } # Impact of Vichy control in Lebanon
		command = { type = trigger which = 902006 } # Impact of Vichy control in Syria
           }
}

#########################################################################
#  Franco-Syrian Defense Treaty Activation : Italian Agression
#########################################################################
# EVENT FOR TESTING
event = {  
            id = 432013 
            random = no
            country = FRA

            trigger = {
                   war = { country = SYR country = ITA }
			NOT = { 
				OR = {
					alliance = { country = GER country = SYR } # SYR NOT AXIS
					alliance = { country = SOV country = SYR } # SYR NOT COMMUNIST
					alliance = { country = ENG country = SYR } # SYR NOT ALLIED
					alliance = { country = GER country = FRA } # FRA NOT AXIS
					alliance = { country = SOV country = FRA } # FRA NOT COMMUNIST
			                war = { country = FRA country = ITA } # the war does not exists
					ispuppet = FRA
					ispuppet = SYR
					war = { country = GER country = FRA } # WW2
					}
				}
                 }

            name = "Activation of the 1936 Franco-Syrian defense treaty"
            desc = "To ensure Syria remained in the French sphere of influence, the 1936 Franco-Syrian treaty included a clause that would have France send troops for its protection in case Syria was attacked by a third party."

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 2
            deathdate = { day = 30 month = december year = 1938 }
     
            action_a = { 
                        name = "Honor the agreement; declare war on Italy" # Declare War on Lebanons agressor
                        command = { type = war which = ITA }
                   }
            action_b = { 
                        name = "Refuse to honor our obligations" # Let The Lebanese Take Care of Themselves
                        command = { type = dissent value = 15 }
                        }
}

########################################################################
#  Franco-Lebanese Defense Treaty Activation : Turkish Agression
#########################################################################
# EVENT FOR TESTING
event = {  
            id = 432014
            random = no
            country = FRA

            trigger = {
                   war = { country = LEB country = TUR }
			NOT = { 
				OR = {
					alliance = { country = GER country = LEB } # LEB NOT AXIS
					alliance = { country = SOV country = LEB } # LEB NOT COMMUNIST
					alliance = { country = ENG country = LEB } # LEB NOT ALLIED
					alliance = { country = GER country = FRA } # FRA NOT AXIS
					alliance = { country = SOV country = FRA } # FRA NOT COMMUNIST
		        	        war = { country = TUR country = FRA } # the war does not exists
					ispuppet = FRA
					ispuppet = LEB
					war = { country = GER country = FRA } # WW2
					}
				}
                 }

            name = "Activation of the 1936 Franco-Lebanese defense treaty"
            desc = "To ensure Lebanon remained in the French sphere of influence, the 1936 Franco-Lebanese treaty included a clause that would have France send troops for its protection in case Lebanon was attacked by a third party."

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 2
            deathdate = { day = 30 month = december year = 1938 }
    
            action_a = { 
                        name = "Honor the agreement; declare war on Turkey" # Declare War on Lebanons agressor
                        command = { type = war which = TUR }
                    }
            action_b = { 
                        name = "Refuse to honor our obligations" # Let The Lebanon Take Care of Themselves
                        command = { type = dissent value = 15 }
                      }
}

#########################################################################
#  Lebanon demands greater Self-Government, I : French Reaction
#########################################################################
event = {  
	id = 432015
	random = no
	country = FRA

	#Triggered by 902007

	name = "Lebanon demands greater self-government from France"
	desc = "As the Allies pushed forward into Europe, Lebanese nationalists demanded an end to direct French rule. They were supported in their demands by the British."
	style = 0	
	
	action_a = { 
		name = "We agree to grant Lebanon more independence" # We can not get bogged down in Lebanon
		command = { type = end_mastery which = LEB }
		command = { type = trigger which = 902009 } # Lebanon's new government
 		command = { type = dissent value = 5 }
          }

	action_b = { 
		name = "We must preserve our sphere of influence: refuse the request" # We must preserve French power in the Levant
		command = { type = dissent value = -5 }
            }
}

#########################################################################
#  Syria demands greater Self-Government, I : French Reaction
#########################################################################
event = {  
	id = 432016
	random = no
	country = FRA

	#Triggered by 902008

	name = "Syria demands greater self-government from France"
	desc = "As the Allies pushed forward into Europe, Syrian nationalists demanded an end to direct French rule. They were supported in their demands by the British."
	style = 0	
	
	action_a = { 
		name = "We agree to grant Syria more independence" # We can not get bogged down in Syria if the Brits won't help
		command = { type = end_mastery which = SYR }
		command = { type = trigger which = 902010 } # Syria's new government
 		command = { type = dissent value = 5 }
          }

	action_b = { 
		name = "We must preserve our sphere of influence: refuse the request" # We must preserve French power in the Levant
		command = { type = dissent value = -5 }
            }
}

#########################################################################
#  Lebanon demands greater Self-Government, II : French Reaction
#########################################################################
event = {  
	id = 432017
	random = no
	country = FRA

	#Triggered by 902011

	name = "Lebanon demands complete independence from France"
	desc = "As the Second World war wound to a close in Europe, Lebanese nationalists began demanding complete independence from French colonialism."
 	style = 0	
	
	action_a = { 
		name = "We agree to grant Lebanon total independence" # We can not get bogged down in Lebanon
		command = { type = trigger which = 902013 } # Lebanon gains complete independence
 		command = { type = dissent value = 2 }
          }

	action_b = { 
		name = "We must preserve our sphere of influence: refuse the request" # We must preserve French power in the Levant
		command = { type = dissent value = -1 }
            }
}

#########################################################################
#  Syria demands greater Self-Government, II : French Reaction
#########################################################################
event = {  
	id = 432018
	random = no
	country = FRA

	#Triggered by 902012

	name = "Syria demands complete independence from France"
	desc = "As the Second World war wound to a close in Europe, Lebanese nationalists began demanding complete independence from French colonialism."
	style = 0	
	
	action_a = { 
		name = "We agree to grant Syria total independence" # We can not get bogged down in Syria
		command = { type = trigger which = 902014 } # Syria gains complete independence
 		command = { type = dissent value = 2 }
          }

	action_b = { 
		name = "We must preserve our sphere of influence: refuse the request" # We must preserve French power in the Levant
		command = { type = dissent value = -1 }
            }
}

########################################################################
#  Franco-Syrian Defense Treaty Activation : Turkish Agression
#########################################################################
# EVENT FOR TESTING
event = {  
            id = 432019
            random = no
            country = FRA

            trigger = {
                   war = { country = SYR country = TUR }
			NOT = { 
				OR = {
					alliance = { country = GER country = SYR } # SYR NOT AXIS
					alliance = { country = SOV country = SYR } # SYR NOT COMMUNIST
					alliance = { country = ENG country = SYR } # SYR NOT ALLIED
					alliance = { country = GER country = FRA } # FRA NOT AXIS
					alliance = { country = SOV country = FRA } # FRA NOT COMMUNIST
			                war = { country = FRA country = TUR } # the war does not exists
					ispuppet = FRA
					ispuppet = SYR
					war = { country = GER country = FRA } # WW2
					}
				}
                 	}

            name = "Activation of the 1936 Franco-Syrian defense treaty"
            desc = "To ensure Syria remained in the French sphere of influence, the 1936 Franco-Syrian treaty included a clause that would have France send troops for its protection in case Syria was attacked by a third party."

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 2
            deathdate = { day = 30 month = december year = 1938 }
    
            action_a = { 
                        name = "Honor the agreement; declare war on Turkey" # Declare War on Syrias agressor
                        command = { type = war which = TUR }
                    }
            action_b = { 
                        name = "Refuse to honor our obligations" # Let The Syrians Take Care of Themselves
                        command = { type = dissent value = 15 }
                      }
}

#########################################################################
#  Britain Decides To Intervene in Vichy Lebanon & Syria : Vichy Response
#########################################################################
event = {  
	id = 432020
	random = no
	country = VIC

	#Triggered By ENG272015

	name = "Vichy responds to British intervention in Vichy Lebanon and Syria"
	desc = "Fearing that Germany would gain access to military bases in the Levant from Vichy, the British decided that Vichy influence in Lebanon and Syria had to be returned to be under the control of Free France."
	style = 0
	
			
	action_a = { 
		name = "We must accept the British demands" # We can not risk war with Britain over lands we can not easily hold
		command = { type = end_mastery which = LEB }
		command = { type = trigger which = 432022 } #Free France inherits control over Lebanon & Syria
                command = { type = dissent value = 30 }
 		command = { type = end_mastery which = SYR }
 			}

	action_b = { 
		name = "We will not be bullied by Britain; refuse the demand" # We will not be bullied into leaving our possessions
		command = { type = trigger which = 272017 } # British response to Vichy Refusal
          }

}
#########################################################################
#  Free France Regains Control Over Lebanon & Syria
#########################################################################
event = {  
	id = 432022
	random = no
	country = FRA

	#Triggered By VIC432020 - Option A (historical)

	name = "Vichy France withdraws from Lebanon and Syria, Free France returns to power"
	desc = "After the British made demands for the withdrawal of Vichy France from Lebanon and Syria, the resulting collapse of Vichy colonial influence allowed the Free French to restore their control of these two countries."
	style = 0
	
			
	action_a = { 
		name = "Vichy has backed out; reassert our control" # Another part of France D'Outre-Mer return to Mother France!
		command = { type = make_puppet which = LEB } # Lebanon now Free French Puppet
 		command = { type = make_puppet which = SYR } # Lebanon now Free French Puppet
 		command = { type = trigger which = 902017 } # New Lebanese Government
 		command = { type = trigger which = 902018 } # New Syrian Government
        }
}

#########################################################################
#  British forces enter Lebanon & Syria : Vichy Response
#########################################################################
event = {  
	id = 432024
	random = no
	country = VIC

	#Triggered By ENG272017 - Option A (Historical)

	name = "The British invasion of Vichy Lebanon and Syria"
	desc = "After Vichy France refused to be bullied by Britain into giving up its colonial control of Lebanon and Syria, Britain invaded those two countries. Vichy France was left to decide to relinquish control or fight to defend its acquisitions."
	style = 0
	
	action_a = { 
		name = "Give up our claims for now; we shall return" # We can not fight the whole British Empire and the Germans will take over
		command = { type = end_mastery which = LEB } 
		command = { type = end_mastery which = SYR } 
 		#command = { type = peace which = ENG } 
 		command = { type = leave_alliance } 
           }

	action_b = { 
		name = "Defend our claims and join the Axis" # We must defend our possessions from agression!
		command = { type = war which = ENG }
                command = { type = dissent value = 20 }
 		}

}

#########################################################################
#  Lebanon returned to Free French Control : Free France Takes Over From British
#########################################################################
event = {  
	id = 432026
	random = no
	country = FRA


	#Triggered by ENG272019 (Option A)

	name = "Free France regains control of Lebanon"
	desc = "Having driven Vichy out of Lebanon, Britain returned control to Free France."
	style = 0
	
			
	action_a = { 
		name = "Retake control of our influence in Lebanon" # Now we have been restored to our rightful possessions!
		command = { type = make_puppet which = LEB }
           }

}

#########################################################################
#  Syria returned to Free French Control : Free France Takes Over From British
#########################################################################
event = {  
	id = 432027
	random = no
	country = FRA


	#Triggered by ENG272020 (Option A)

	name = "Free France regains control of Syria"
	desc = "Having driven Vichy out of Syria, Britain returned control to Free France."
	style = 0
	
			
	action_a = { 
		name = "Retake control of our influence in Syria" # Now we have been restored to our rightful possessions!
		command = { type = make_puppet which = SYR }
           }

}

#########################################################################
#  Franco-Lebanese Defense Treaty Activation : Italian Agression
#########################################################################
# EVENT FOR TESTING
event = {  
            id = 432028
            random = no
            country = FRA

            trigger = {
                   war = { country = LEB country = ITA }
			NOT = { 
				OR = {
					alliance = { country = GER country = LEB } # LEB NOT AXIS
					alliance = { country = SOV country = LEB } # LEB NOT COMMUNIST
					alliance = { country = ENG country = LEB } # LEB NOT ALLIED
					alliance = { country = GER country = FRA } # FRA NOT AXIS
					alliance = { country = SOV country = FRA } # FRA NOT COMMUNIST
		        	        war = { country = ITA country = FRA } # the war does not exists
					ispuppet = FRA
					ispuppet = LEB
					war = { country = GER country = FRA } # WW2
					}
				}
                 }

            name = "Activation of the 1936 Franco-Lebanese defense treaty"
            desc = "To ensure Lebanon remained in the French sphere of influence, the 1936 Franco-Lebanese treaty included a clause that would have France send troops for its protection in case Lebanon was attacked by a third party."

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 2
            deathdate = { day = 30 month = december year = 1938 }
     
            action_a = { 
                        name = "Honor the agreement; declare war on Italy" # Declare War on Lebanons agressor
                        command = { type = war which = ITA }
                   }
            action_b = { 
                        name = "Refuse to honor our obligations" # Let The Lebanese Take Care of Themselves
                        command = { type = dissent value = 15 }
                        }
}

###########################################################
# Military credit from France to Poland
# by Copper Nicus
###########################################################

event = { 

id = 432029
random = no
country = FRA

trigger = {
		event = 3401 # France Guarantees Independence to Poland
		alliance = { country = POL country = FRA }
		atwar = no
		random = 70
	}
	
	name = "French military credit for Poland"
	desc = "Soon after joining Allies, Poland asked Britain and France for help in modernization of its Air Force. Both countries decided to give Poland special credit to purchase military equipment. From France, Poland acquired a contract for 100 MS-406 fighters."
	style = 0

	date = { day = 1 month = march year = 1939 }
	offset = 15 # Check for trigger conditions every 30 days
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Supply Poland with the weapons they need" # Give credits
		command = { type = supplies value = -500 }
		command = { type = trigger which = 702029 } # POL waits for shipment
	}
	action_b = {
		name = "Do not aid Poland; we need the fighters more"
		command = { type = trigger which = 702030 } # POL reacts
	}
}

###################################################################
# 432030 - (VIC) Demand of ex-german colonies (by SykoNurse)
###################################################################

event = {
	id = 432030
	random = no
	country = VIC

	# triggered by 172077

	name = "Germany demands the return of her former colonies"
	desc = "On January 30th, 1939, Hitler demanded the return of all former German colonies. Kamerun and Togo had been given to France by the treaty of Versailles."
	style = 0

	action_a = {
		name = "We do not have much choice"
		command = { } 
		}
}

###################################################################
# 432031 - (VIC) Return of former colonies (by SykoNurse)
###################################################################

event = { 
	id = 432031 
	random = no
	country = VIC

	trigger = {
		ispuppet = VIC
		ispuppet = ENG
		NOT = {
			exists = FRA 
			}
		event = 432030 # GER demanded VIC land
		}

	name = "The return of former German colonies"
	desc = "After the defeat of France and Britain, the puppet governments could not deny Germany the return of her former colonies. Deutsch-Ostafrika, Kamerun and Togo were restored to German control. Benin and French Equatorial Africa also were added to the African possessions of Germany in order to form a landbridge between Togo and East Africa."
	style = 0

	date = { day = 30 month = january year = 1939 } 
	offset = 10 # not automatically
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = "We do not have much choice"
		command = { type = secedeprovince which = GER value = 1111 }	#Maroua
		command = { type = secedeprovince which = GER value = 1116 }	#Njawdere
		command = { type = secedeprovince which = GER value = 1120 }	#Douala
		command = { type = secedeprovince which = GER value = 1118 }	#Yaounde
		command = { type = secedeprovince which = GER value = 1060 }	#Lom
		command = { type = secedeprovince which = GER value = 1061 }	#Porto Novo
		command = { type = secedeprovince which = GER value = 1112 }	#Fort Lamy
		command = { type = secedeprovince which = GER value = 1113 }	#Sarh
		command = { type = secedeprovince which = GER value = 1117 }	#Bangui
		command = { type = secedeprovince which = GER value = 1114 }	#Bambari
		command = { type = secedeprovince which = GER value = 1124 }	#Epna
		command = { type = secedeprovince which = GER value = 1126 }	#Libreville
		command = { type = secedeprovince which = GER value = 1128 }	#Brazzaville
		command = { type = secedeprovince which = GER value = 1127 }	#Pointe-Noire
		command = { type = secedeprovince which = GER value = 1074 }	#Zinder
		command = { type = secedeprovince which = GER value = 1319 }	#Tananarive
		command = { type = secedeprovince which = GER value = 1322 }	#Fianarantsoa
		command = { type = secedeprovince which = GER value = 1329 }	#Runion
		}
}

#########################################################################
#  Food rations reduced 1940 (by 2Coats)
#########################################################################
event = { 
	  id       = 432032
 	  random   = no
	  country  = VIC

          trigger  = {
                       atwar = yes
                     }                     	

	  name     = "Reduction in food rations in Vichy France"
          desc     = "Due to the ongoing conflict the government in Vichy had to decide whether to redistribute supplies to cover the shortfall in food or to lower weekly rations.  They lowered rations, setting the new volumes to 4oz of sugar, 6oz spaghetti, 1.5oz rice and 3oz margarine per person."
	  style    = 0

          date     = { day = 29 month = August year = 1940 }
 
    	  action_a = {
             	       name = "We should redistribute the supplies" #
 		       command = { type = dissent value = 1 }
 		       command = { type = supplies value = -1500 }
	             }
    	  action_b = {
             	       name = "We have to reduce current rations" #
 		       command = { type = dissent value = 5 }
	             }
        }


#########################################################################
#  New Food rations 1940 (by 2Coats)
#########################################################################
event = { 
	  id       = 432033
 	  random   = no
	  country  = VIC

          trigger  = {
                       atwar = yes
                     }                     	

	  name     = "New food rations arrive in Vichy France"
          desc     = "Later in 1940, new rations began arriving in Vichy France from the colonies.  Weeky rations per person were increased to: 350g of bread, 300g of sugar, 50g of cheese, 360g of meat per day and 100g of fat per week."
	  style    = 0

          date     = { day = 23 month = September year = 1940 }

    	  action_a = {
            	       name = "Excellent, we have more food for everyone" #
 		       command = { type = dissent value = -2 }
	             }
       }

#########################################################################
#  Petain dismisses his Vice-Premier Laval 1940 (by 2Coats)
#########################################################################
event = { 
	  id       = 432034

 	  random   = no
	  country  = VIC

	  name     = "Marshall Petain dismisses the Vice-Premier"
          desc     = "Due to poor past performance, Petain, the Head of State of Vichy France, dismissed Prime Minister Laval from his duties.  Jean-Francois Darlan was appointed as his replacement."
	  style    = 0

          date     = { day = 13 month = december year = 1940 }
 
    	  action_a = {
             	       name = "Darlan had better do a better job than Laval did" #
		       command = { type = dissent value = 1 }
                       command = { type = sleepminister which = 57002 } # HOG Pierre Laval
                       command = { type = headofgovernment which = 57011 } #HOG Jean-Francois Darlan

                     }
          }

#########################################################################
#  'War Guilt' trial 1940 (by 2Coats)
#########################################################################
event = { 
	  id       = 432035
 	  random   = no
	  country  = VIC


          trigger  = {
                       exists = VIC
			event = 2021
                       alliance = { country = GER country = VIC }
                     }                      	


	  name     = "Marshall Petain orders the indictment of the traitors"
          desc     = "On December 6th, 1940, the Vichy government ordered the arrest and indictment of ex-ministers and government leaders of the previous French state. The French people immediately demonstrated against the persecution of their former leaders, and the Vichy regime was faced with a decision. Placate the people by withdrawing from all military co-operation with the Axis, or suppressing the voices of discontent. This infuriated the German government, and many prominent leaders called for the immediate annexation of Vichy territory."
	  style    = 0

          date     = { day = 6 month = december year = 1940 }
 
    	  action_a = {
			name = "We must indict the traitors for our own security" #
			command = { type = trigger which = 432040 }
	  }
    	  action_b = {
			name = "Leave them be and defy the German will" #
			command = { type = leave_alliance }
			command = { type = trigger which = 172101 }
	  }
        }

#########################################################################
#  Wine ration reduced 1941 (by 2Coats)
#########################################################################
event = { 
	  id       = 432036
 	  random   = no
	  country  = VIC

          trigger  = {
                       atwar = yes
                     }  

	  name     = "The wine ration is reduced in Vichy France"
          desc     = "On December 14ht, 1940, the Vichy government limited wine consumption to two litres per person per week.  The population grumbled, but surprisingly did not rebel. Industrial output fell, however."
	  style    = 0

          date     = { day = 14 month = december year = 1940 } #was 13 Dec
 
    	  action_a = {
             	       name = "C'est terrible" #
		       command = { type = dissent value = 10 }
                     }
        }

#########################################################################
#  Release and repatriation of French POWs 1941 (by 2Coats)
#########################################################################
event = { 
	  id       = 432037
 	  random   = no
	  country  = VIC

          trigger  = {
                       alliance = { country = GER = country = VIC }
                     } 

	  name     = "The release and repatriation of French Prisoners of War"
	  desc     = "On May 19th, 1941, Vichy France announced the release and repatriation of 100,000 French POWs.  As a result, the French population under Petain had their spirits lifted to see the return of their loved ones home. Because of this, industrial output grew slightly."
	  style    = 0

          date     = { day = 19 month = may year = 1941 }

 	  action_a = {
             	       name = "We have done the right thing for the people of France"
		       command = { type = dissent value = -5 }
		       command = { type = industry which = 915 value = 5 } #Vichy
		       command = { type = industry which = 929 value = 2 } #Marsellies
		       command = { type = industry which = 545 value = 1 } #Toulon
		       command = { type = industry which = 927 value = 1 } #Nimes
                       command = { type = industry which = 930 value = 1 } #Saint Etienne
                     }
          }

#########################################################################
#  Relations with Soviet Union are broken off 1941 (by 2Coats)
#########################################################################
event = { 
	  id       = 432038
 	  random   = no
	  country  = VIC

          trigger  = {
                       alliance = { country = GER country = VIC }
                     } 

	  name     = "The cessation of diplomatic relations with the Soviet Union"
          desc     = "On June 29th, 1941, after being forced by the German regime, Vichy France broke off all diplomatic ties with the Soviet Union."
	  style    = 0

          date     = { day = 29 month = June year = 1941 } #Was actually 30th
 
    	  action_a = {
             	       name = "We must break all ties; our loyalty is to Germany" #
 		       command = { type = alignment which = communist value = -200 }
		       command = { type = alignment which = fascist value = 75 }
		       command = { type = influence value = -5 }
	             }
    	  action_b = {
             	       name = "Germany shall not dictate who we consult with" #
 		       command = { type = alignment which = fascist value = -100 }
		       command = { type = influence value = -15 }
	             }
        }

#########################################################################
#  Tobacco ration reduced 1941 (by 2Coats)
#########################################################################
event = { 
	  id       = 432039
 	  random   = no
	  country  = VIC

          trigger  = {
                       atwar = yes
                     }                      	

	  name     = "The tobacco ration is reduced in Vichy France"
          desc     = "On September 24th, 1941, the Vichy government reduced tobacco rations in Paris to only four cigarettes per day for men and zero for women."
	  style    = 0

          date     = { day = 24 month = September year = 1941 }

    	  action_a = {
             	       name = "Enforce cold-turkey quitting for women" #
 		       command = { type = dissent value = 1 }
	             }
        }

#########################################################################
#  French Ministers Caught, Tried and found guilty 1941?? (by 2Coats)
#########################################################################
event = { 
	  id       = 432040
 	  random   = no
	  country  = FRA

          #  Event triggered by VIC 432035 - War guilt trial 

	  name     = "Vichy France tries the French traitors"
          desc     = "The War Guilt trial of Riom found several ex-ministers of France guilty of treason.  They were all sentenced to life imprisonment and moved to German prisons scattered throughout the occupied territories."
	  style    = 0

    	  action_a = {
             	       name = "Send the traitors where they belong" #
                       command = { type = sleepminister which = 2012 } # Daladier - 36
                       command = { type = sleepminister which = 2024 } # Daladier - 40
                       command = { type = sleepminister which = 2048 } # Daladier
                       command = { type = sleepminister which = 2054 } # Daladier
                       command = { type = sleepminister which = 2011 } # Leon Blum
                       command = { type = sleepminister which = 2069 } # La Chambre
                       command = { type = sleepminister which = 2007 } # Gamelin
                       command = { type = sleepminister which = 2008 } # Gamelin
                       command = { type = sleepminister which = 2019 } # Reynaud HoS - 40
                       command = { type = sleepminister which = 2020 } # Reynaud HoG - 40
                       #command = { type = sleepminister which = 2031 } # Reynaud HoS - 44
                       #command = { type = sleepminister which = 2031 } # Reynaud HoG - 44
                       command = { type = dissent value = 3 }
                       command = { type = sleepevent which = 432041 }
                     }
        }

#########################################
# French students demonstrate in sympathy with Finland (by Ghost_DK)
######################################### 

event = { 
	id = 432041
	random = no
	country = FRA

	trigger = {
		random = 20
		war = { country = FIN country = SOV }
		event = 2621
		NOT = {
			event = 2628
			war = { country = FRA country = FIN }
			alliance = { country = FRA country = SOV }
			}
		}
	name = "Students demonstrate"
	desc = "The streets of Paris are filled with angry students. They are protesting against the inactivity of the allies in the autrocities committed by the Soviet army upon the Finnish people."
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 20
	deathdate =  { day = 30 month = december year = 1947 }

	action_a = {
		name = "Ok"
		command = { type = dissent value = 1 }
		}
}
##################################
# Finland requests aid (by Ghost_DK)
##################################

event = {
	id = 432042
	random = no
	country = FRA

	# triggerered by FIN 1002060

	name = "Finland requests aid"
	desc = "The Finnish army fighting the soviets was heavily outnumbered both in men and material and therefore the finnish government sent a telegraph to its embassy's in London and Paris requesting much needed supplies and military advisors."
	Style = 0

	action_a = {
		name = "We cannot help"
		command = { type = influence value = -3 }
		command = { type = trigger which = 1002061 }
		}
	action_b = {
		name = "Send supplies and advisors"
		command = { type = supplies value = -2000 }
		command = { type = trigger which = 1002063 }
		}
}

#########################################################################
#  432043 - Spain offers Morocco to France in Exchange for Military Aid (by Fallout_Boy)
#########################################################################
event = {
	id = 432043 # 41181
	random = no
	country = FRA

	# Triggered by SPR 802036 (41180)

	name = "Republican Spain Offers Territorial Concessions in North Africa for Military Aid"
	desc = "Spain asks for military aid, in return they offer us control of their colonies in North Africa once the Nationalists are defeated."
	style = 0

	action_a = {
		name = "We Will Not Intervene"
		command = { }
	}
	action_b = {
		name = "Support Republican Spain"
		command = { type = supplies value = -1000 }
		command = { type = oilpool value = -250 }
		command = { type = manpowerpool value = -10 }
		command = { type = dissent value = 8 }
		command = { type = influence value = -6 }
		command = { type = warentry which = FRA value = 5 }
		command = { type = trigger which = 802037 } # (41182)
	}
}

#########################################################################
#  432044 - Moroccan Revolt Causes Dissent in French Africa (by Fallout_Boy)
#########################################################################
event = { 
	id = 432044 # 41186
	random = no
	country = FRA
	
	# Triggered by SPA 802039 (41184)

	name = "Moroccan revolt causes dissent in French Africa!"
	desc = "The new colonial policy of Republican Spain in Morocco have initiated some revolts in our lands in search of they desired freedom..."
	style = 0

	action_a = {
		name = "OK"
		command = { type = dissent value = 6 }
		command = { type = warentry value = -3 }
	}
}

#########################################################################
#  432045 - Revolt Spills Over Into French Morocco (by Fallout_Boy)
#########################################################################
event = { 
	id = 432045 # 41187
	random = no
	country = FRA
	
	name = "Moroccan Revolt Spreads Into French Africa!"
	desc = "Revolts and more revolts are all over the place in French Morocco, the situation is desperate. Moroccan insurgents are controlling all the government buildings. We cannot control them anymore, it is time to give them their freedom."
	style = 0

	trigger = {	
		exists = MOR
		dissent = 15 # reduced due to good AI management
		random = 5
	}
	date = { day = 1 month = october year = 1936 }
	offset = 14
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "OK"
		command = { type = dissent value = -5 }  
		command = { type = influence value = -6 }
		command = { type = manpowerpool value = -75 } 
		command = { type = trigger which = 552018 } # (41188) MOR Morocco gets additional manpower
		command = { type = secedeprovince which = MOR value = 1006 }
		command = { type = secedeprovince which = MOR value = 1007 }
		command = { type = secedeprovince which = MOR value = 1011 }
		command = { type = secedeprovince which = MOR value = 1012 }
		command = { type = secedeprovince which = MOR value = 1022 }
		command = { type = secedeprovince which = MOR value = 1023 }
	}
}
